Welcome![Sign In][Sign Up]
Location:
Search - socket select

Search list

[Process-ThreadWinsockIOCP_demo

Description: 用于大量socket连接时使用IOCP捕获连接关闭事件以便释放资源的程序。可以解决winsock的AsyncSelect对句柄个数的限制问题- Uses in when the massive socket connection uses IOCP to catch the connection closure event in order to release resources procedure. May solve the winsock AsyncSelect 瀵瑰彞 handle integer limit problem
Platform: | Size: 50176 | Author: 站长 | Hits:

[Windows DevelopCSocketModel

Description: 提供CSocketModel类完整代码:"CSocketModel.zip" 该类是SOCKET通讯综合模型,该类完成后将包装各种SOCKET通讯模式(阻塞select,异步窗口,异步事件,重叠I/O,完成I/O)等.它可以被各种通讯程序方便采用.尤其是基于SERVER/CLIENT的SERVER程序会提高大幅度性能.如果使用人要完成特定的通讯功能可以从该类继承,增加对线程池的支持功能。-provide complete CSocketModel category code : "CSocketModel.zip" SOCKET is such integrated communications model, such completion, will repackage the mode of communication SOCKET (blocking select, asynchronous window, asynchronous events, overlapping I/O, complete I/O). It can be the species used to facilitate the communication process. based particularly SERVER/CLIENT SERVER the procedures significantly improve performance. If people use to accomplish specific communication from such succession, increasing the pool of threads support.
Platform: | Size: 9216 | Author: 张其 | Hits:

[Internet-NetworkSelect()系统调用及 文件描述符集fd_set的应用

Description: Select()系统调用及 文件描述符集fd_set的应用.rar-Select () system call and file descriptors set fd_set applications. Rar
Platform: | Size: 1024 | Author: 魏秦 | Hits:

[Internet-Networkserver_sock

Description: c 语言.多线程.socket网络编程服务端.对select的应用-c language. Multithreading. Socket-network programming services. Select the right Application
Platform: | Size: 1024 | Author: 柳心雨 | Hits:

[Communicationconnector

Description: 用C实现的TCP/IP socket连接/读/写操作。采用了select方法来设置socket超时。此示例在Windows/unix系统下编译运行通过。-C realization of TCP/IP socket connections/read/write operation. Select the method used to set the socket overtime. This example in the Windows/Unix systems running through the compiler.
Platform: | Size: 2048 | Author: 潘振瑶 | Hits:

[Internet-Networkfiletransserver

Description: 务器端基于select I/O模型。为防止程序界面阻塞,有一个子线程用于不断接收socket并select其中的处理。客户端只有一个线程函数,不过其利用率很高,可用于远程目录交换,请求文件大小,创建若干线程来下载文件。文件传输有上传和下载,还有对等传输,这个项目中,传输文件具体指下载。 -side is based on the Treasury select I/O model. To prevent the program interface obstruction, a son threaded socket for receiving continuous and select which of treatment. Only one client thread function, but its high efficiency, long-distance directory can be used to exchange documents requested size, creating a number of threads to download files. Upload a file transfer and downloading, and the transmission of the project, specifically referring to transfer files downloaded.
Platform: | Size: 140288 | Author: 肖和平 | Hits:

[Internet-NetworkSocket

Description: tcp通讯源码,适用于Unix/Linux平台,采用c语言编写-tcp communications source code, applicable to Unix/Linux platforms, using language c
Platform: | Size: 9216 | Author: lenin | Hits:

[Internet-NetworkCHAT_CODE

Description: 简易网络聊天工具的编写 socket套接字的编写 多线程实现和采用select()函数实现多人在线聊天.-Simple chat tool for the preparation of the network socket socket to achieve the preparation of multi-threading and the use of select () function to achieve more than online chat.
Platform: | Size: 141312 | Author: zengli | Hits:

[Internet-NetworkEvenSelect

Description: C++ Socket的select模型的应用实例 C++ Socket的select模型的应用实例-C++ Socket of the application of select model C++ Socket of the application of select models
Platform: | Size: 14336 | Author: 方老 | Hits:

[TCP/IP stackTcpClient

Description: socket客户端代码,可以从web服务器取文件,并且使用了select高级方法-socket client-side code, you can access files from the web server, and the use of select high-level methods
Platform: | Size: 2048 | Author: leo | Hits:

[Internet-Networkselect_socket

Description: 该代码是用select IO复用实现的网络服务器 里面有两个版本,区别读者可以好好看看,并体会其不同的实现方式的优缺点。 对初级入门的特别合适-The code is used to achieve select IO multiplexing network server there are two versions, the difference between a good reader can see and appreciate their different ways to achieve the advantages and disadvantages. Primary entry special suitable
Platform: | Size: 2048 | Author: 钟伟 | Hits:

[Internet-NetworkWinsocket

Description: 网络编程,实现三种Winsocket I/O模型:select、基于事件、基于消息-Network programming, to achieve three Winsocket I/O model: select, based on the incident, based on the information
Platform: | Size: 177152 | Author: 丁锐 | Hits:

[CommunicationvariousSockIOMmodels

Description: Samples illustrating the various Winsock I/O models under the following directories: blocking Illustrates the blocking sockets model. This includes blocking client and server samples. nonblocking Illustrates the non-blocking socket model using the select API. Only a server sample is provided. WSAAsyncSelect Illustrates the WSAAsyncSelect socket model. Only a server sample is provided. WSAEventSelect Illustrates the WSAEventSelect socket model. Only a server sample is provided. overlapped Illustrates the overlapped IO model using events.Only a server sample is provided. iocp Illustrates overlapped IO using an IO comletion port.Both a client and server sample are provided.
Platform: | Size: 78848 | Author: Janferry | Hits:

[Internet-NetworkFileTransSvr

Description: 远程文件目录浏览,下载。基于Socket Select I/O模型-Remote file directory browsing, downloading. Based on Socket Select I/O model
Platform: | Size: 148480 | Author: apple | Hits:

[Internet-Networkselect_io

Description: select socket 完成的聊天室 简单的代码 完成对select socket的熟悉-select socket to complete a simple chat room select socket code to complete familiarity with the
Platform: | Size: 14336 | Author: gujing | Hits:

[Internet-Networksocket

Description: socket编程,客户端和服务器端程序,TCP连接方式,服务器端用select机制实现的!-socket programming, client-side and server-side programs, TCP connection, server-side select the mechanism used to achieve!
Platform: | Size: 14336 | Author: 刘文战 | Hits:

[Windows DevelopHYSocket

Description: select socket源代码:本程序详细列举了select方式下socket的创建和收发机制,并形成模块化,方便使用。-select socket source code: This procedure detailly shows how to create a select mode socket, and how to send and receive mechanism. The output file is a dll, very easy to use.
Platform: | Size: 6144 | Author: songlianchao | Hits:

[Linux-UnixSELECT

Description: linux下套接口函数实现的一个聊天室程序-linux socket function to achieve under a chat room program
Platform: | Size: 3072 | Author: 魏江涛 | Hits:

[Internet-Networktcp_echo_select

Description: TCP echo select program for socket programming
Platform: | Size: 40960 | Author: zuhal | Hits:

[ICQ-IM-ChatmyNewChatServer

Description: win32 socket select模型多线程 c/s聊天服务器 服务器简单的接受命令和转发消息,自定义协议 -Hello World!
Platform: | Size: 3763200 | Author: 陈龙军 | Hits:
« 1 23 4 5 6 7 8 9 10 »

CodeBus www.codebus.net